home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / c / amiexpress / source / ae / code / acp3.00 / includes / mymenus_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-02-18  |  409 b   |  32 lines

  1. /* Prototypes for functions defined in
  2. mymenus.c
  3.  */
  4.  
  5.  
  6. #ifndef __NOPROTO
  7.  
  8. #ifndef __PROTO
  9. #define __PROTO(a) a
  10. #endif
  11.  
  12. #else
  13. #ifndef __PROTO
  14. #define __PROTO(a) ()
  15.  
  16. #endif
  17. #endif
  18.  
  19.  
  20. extern char __chip Version[];
  21.  
  22. extern int menuset;
  23.  
  24. void CreateCustomMenus __PROTO((int ));
  25.  
  26. void MaddNodes __PROTO((int ));
  27.  
  28. void MaddItem __PROTO((UBYTE , char *, char *, UWORD , LONG , APTR ));
  29.  
  30. void MaddRem __PROTO((void));
  31.  
  32.